PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DProjectionOrthoScaleStrategy Enumeration
In This Topic
    PDF3DProjectionOrthoScaleStrategy Enumeration
    In This Topic
    Defines the supported orthographic scaling strategies.
    Members
    MemberDescription
    ABSOLUTENo scaling should occur due to binding.
    HEIGHTScale to fit the height of the annotation.
    MAXScale to fit the greater of width or height of the annotation.
    MINScale to fit the lesser of width or height of the annotation.
    WIDTHScale to fit the width of the annotation.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.a3d.PDF3DProjectionOrthoScaleStrategy

    See Also